services.cgit.<name>.repos

cgit repository settings, see cgitrc(5)

Type
attribute set of attribute set of (boolean or signed integer or string)
Default
{ }
Example
{
  blah = {
    desc = "An example repository";
    path = "/var/lib/git/example";
  };
}
Declared
<nixpkgs/nixos/modules/services/networking/cgit.nix>